home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / program / pasprog.EXE / UNIT1.PAS < prev    next >
Pascal/Delphi Source File  |  1995-09-10  |  108b  |  8 lines

  1. unit unit1;
  2. interface
  3. Procedure resim;
  4. implementation
  5. Procedure resim;external;
  6. {$L Prizma.OBJ}
  7. end.
  8.